All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.GraphicsContext
NSGraphicsContext
.
[[NSGraphicsContext
alloc] init]
.
+ currentContext
Objective-C class method.
- flush
Objective-C instance method.
- isDrawingToScreen
Objective-C instance method.
- restoreGraphicsState
Objective-C instance method.
- saveGraphicsState
Objective-C instance method.
+ setCurrentContext:
Objective-C class method.
- wait
Objective-C instance method.
protected GraphicsContext(boolean shouldAllocate, int objcObject)
public GraphicsContext()
[[NSGraphicsContext
alloc] init]
.
public static native Object currentContext()
+ currentContext
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, GraphicsContext, should be enough to head you in the right direction
should you find more than one such method).
public static native void setCurrentContext(GraphicsContext context)
+ setCurrentContext:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, GraphicsContext, should be enough to head you in the right direction
should you find more than one such method).
public native boolean isDrawingToScreen()
- isDrawingToScreen
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, GraphicsContext, should be enough to head you in the right direction
should you find more than one such method).
public native void saveGraphicsState()
- saveGraphicsState
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, GraphicsContext, should be enough to head you in the right direction
should you find more than one such method).
public native void restoreGraphicsState()
- restoreGraphicsState
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, GraphicsContext, should be enough to head you in the right direction
should you find more than one such method).
public native void flush()
- flush
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, GraphicsContext, should be enough to head you in the right direction
should you find more than one such method).
public native void synchronize()
- wait
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, GraphicsContext, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index